ComponentOne ASP.NET MVC Controls
MinorGrid Method

C1.Web.Mvc.Fluent Namespace > ChartAxisBuilder<T> Class : MinorGrid Method
The value.
Configurates C1.Web.Mvc.ChartAxis<T>.MinorGrid. Sets a value indicating whether the axis includes minor grid lines.
Syntax
'Declaration
 
Public Function MinorGrid( _
   ByVal value As Boolean _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> MinorGrid( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ChartAxisBuilder<T> Class
ChartAxisBuilder<T> Members